Html Css Color HEX #CFCB18 Barberry

📋 copy color: '#CFCB18'

red 207 ◦ green 203 ◦ blue 24

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

Shades of Barberry #CFCB18

Tints of Barberry #CFCB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.77%

 BLUE value IS 24 (9.77% from 255) = 5.53%

R = 47.7%
G = 46.77%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFCB18 (or 0xCFCB18) is known color: Barberry. HEX triplet: CF, CB and 18. RGB value is (207,203,24). Sum of RGB (Red+Green+Blue) = 207+203+24=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 24 (9.77% from 255 or 5.53% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB18 is #3034E7. Grayscale: #B8B8B8. Windows color (decimal): -3159272 or 1625039. OLE color: 1625039.

HSL color Cylindrical-coordinate representation of color #CFCB18: hue angle of 58.69º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFCB18 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 203 24 -
CMYK 0 0.02 0.88 0.19
HSL 58.69º 0.79% 0.45% -
HSV(B) 58.69º 0.88% 0.81% -
XYZ 47.25 56.04 9.19 -
YUV 183.79 37.83 144.55 -
System Red Green Blue C M Y K H S L
Decimal 207 203 24 0 0.02 0.88 0.19 58.69 0.79 0.45
Hex CF CB 18 0 2 58 13 3B 4F 2D
Octal 317 313 30 0 2 130 23 73 117 55
Binary 11001111 11001011 11000 0 10 1011000 10011 111011 1001111 101101

Color Harmonies of #CFCB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCB18

Black with #CFCB18

Text Example


Text Example

White with #CFCB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCB18; }

 p { color: rgb(207,203,24); }

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

background-color css

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

 a { background-color: rgb(207,203,24); }

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

border-color css

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

 span { border-color: rgb(207,203,24); }

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