Html Css Color HEX #CFC41C Barberry

📋 copy color: '#CFC41C'

red 207 ◦ green 196 ◦ blue 28

#CFC41C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CFC41C

Tints of Barberry #CFC41C

RGB

 RED value IS 207 (81.25% from 255) = 48.03%

 GREEN value IS 196 (76.95% from 255) = 45.48%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 48.03%
G = 45.48%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFC41C (or 0xCFC41C) is known color: Barberry. HEX triplet: CF, C4 and 1C. RGB value is (207,196,28). Sum of RGB (Red+Green+Blue) = 207+196+28=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC41C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC41C is #303BE3. Grayscale: #B4B4B4. Windows color (decimal): -3161060 or 1885391. OLE color: 1885391.

HSL color Cylindrical-coordinate representation of color #CFC41C: hue angle of 56.31º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFC41C is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 196 28 -
CMYK 0 0.05 0.86 0.19
HSL 56.31º 0.76% 0.46% -
HSV(B) 56.31º 0.86% 0.81% -
XYZ 45.68 52.83 8.89 -
YUV 180.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 207 196 28 0 0.05 0.86 0.19 56.31 0.76 0.46
Hex CF C4 1C 0 5 56 13 38 4C 2E
Octal 317 304 34 0 5 126 23 70 114 56
Binary 11001111 11000100 11100 0 101 1010110 10011 111000 1001100 101110

Color Harmonies of #CFC41C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC41C

Black with #CFC41C

Text Example


Text Example

White with #CFC41C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC41C; }

 p { color: rgb(207,196,28); }

 H1.HeaderClassName
 {
   color: #CFC41C;
 }
 .AnyTagClassName
 {
   color: #CFC41C;
 }
</style>

background-color css

<style>
 a { background-color: #CFC41C; }

 a { background-color: rgb(207,196,28); }

 div.DivClassName
 {
   background-color: #CFC41C;
 }
 .BgClassName
 {
   background-color: #CFC41C;
 }
</style>

border-color css

<style>
 span { border-color: #CFC41C; }

 span { border-color: rgb(207,196,28); }

 td.TdClassName
 {
   border-color: #CFC41C;
 }
 .TagClassName
 {
   border-color: #CFC41C;
 }
</style>