Html Css Color HEX #CFCB19 Barberry

📋 copy color: '#CFCB19'

red 207 ◦ green 203 ◦ blue 25

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

Shades of Barberry #CFCB19

Tints of Barberry #CFCB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.75%

R = 47.59%
G = 46.67%
B = 5.75%

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

#CFCB19 (or 0xCFCB19) is known color: Barberry. HEX triplet: CF, CB and 19. RGB value is (207,203,25). Sum of RGB (Red+Green+Blue) = 207+203+25=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 203 (79.69% from 255 or 46.67% from 435); Blue value is 25 (10.16% from 255 or 5.75% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB19 is #3034E6. Grayscale: #B8B8B8. Windows color (decimal): -3159271 or 1690575. OLE color: 1690575.

HSL color Cylindrical-coordinate representation of color #CFCB19: hue angle of 58.68º degrees, saturation: 0.78, 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 #CFCB19 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 203 25 -
CMYK 0 0.02 0.88 0.19
HSL 58.68º 0.78% 0.45% -
HSV(B) 58.68º 0.88% 0.81% -
XYZ 47.26 56.05 9.25 -
YUV 183.9 38.33 144.47 -
System Red Green Blue C M Y K H S L
Decimal 207 203 25 0 0.02 0.88 0.19 58.68 0.78 0.45
Hex CF CB 19 0 2 58 13 3B 4E 2D
Octal 317 313 31 0 2 130 23 73 116 55
Binary 11001111 11001011 11001 0 10 1011000 10011 111011 1001110 101101

Color Harmonies of #CFCB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCB19

Black with #CFCB19

Text Example


Text Example

White with #CFCB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCB19; }

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

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

background-color css

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

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

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

border-color css

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

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

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