Html Css Color HEX #CFC721 Barberry

📋 copy color: '#CFC721'

red 207 ◦ green 199 ◦ blue 33

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

Shades of Barberry #CFC721

Tints of Barberry #CFC721

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.33%

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

R = 47.15%
G = 45.33%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#CFC721 (or 0xCFC721) is known color: Barberry. HEX triplet: CF, C7 and 21. RGB value is (207,199,33). Sum of RGB (Red+Green+Blue) = 207+199+33=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 199 (78.12% from 255 or 45.33% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC721 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC721 is #3038DE. Grayscale: #B7B7B7. Windows color (decimal): -3160287 or 2213839. OLE color: 2213839.

HSL color Cylindrical-coordinate representation of color #CFC721: hue angle of 57.24º 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 #CFC721 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 199 33 -
CMYK 0 0.04 0.84 0.19
HSL 57.24º 0.73% 0.47% -
HSV(B) 57.24º 0.84% 0.81% -
XYZ 46.43 54.22 9.46 -
YUV 182.47 43.65 145.5 -
System Red Green Blue C M Y K H S L
Decimal 207 199 33 0 0.04 0.84 0.19 57.24 0.73 0.47
Hex CF C7 21 0 4 54 13 39 48 2F
Octal 317 307 41 0 4 124 23 71 110 57
Binary 11001111 11000111 100001 0 100 1010100 10011 111001 1001000 101111

Color Harmonies of #CFC721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC721

Black with #CFC721

Text Example


Text Example

White with #CFC721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC721; }

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

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

background-color css

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

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

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

border-color css

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

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

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