Html Css Color HEX #CFCA21 Barberry

📋 copy color: '#CFCA21'

red 207 ◦ green 202 ◦ blue 33

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

Shades of Barberry #CFCA21

Tints of Barberry #CFCA21

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.7%

 BLUE value IS 33 (13.28% from 255) = 7.47%

R = 46.83%
G = 45.7%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFCA21 (or 0xCFCA21) is known color: Barberry. HEX triplet: CF, CA and 21. RGB value is (207,202,33). Sum of RGB (Red+Green+Blue) = 207+202+33=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 202 (79.30% from 255 or 45.70% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCA21 is #3035DE. Grayscale: #B8B8B8. Windows color (decimal): -3159519 or 2214607. OLE color: 2214607.

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

Color convert

RGB 207 202 33 -
CMYK 0 0.02 0.84 0.19
HSL 58.28º 0.73% 0.47% -
HSV(B) 58.28º 0.84% 0.81% -
XYZ 47.13 55.62 9.69 -
YUV 184.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 207 202 33 0 0.02 0.84 0.19 58.28 0.73 0.47
Hex CF CA 21 0 2 54 13 3A 48 2F
Octal 317 312 41 0 2 124 23 72 110 57
Binary 11001111 11001010 100001 0 10 1010100 10011 111010 1001000 101111

Color Harmonies of #CFCA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFCA21

Black with #CFCA21

Text Example


Text Example

White with #CFCA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFCA21; }

 p { color: rgb(207,202,33); }

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

background-color css

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

 a { background-color: rgb(207,202,33); }

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

border-color css

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

 span { border-color: rgb(207,202,33); }

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