Html Css Color HEX #CFC529 Barberry

📋 copy color: '#CFC529'

red 207 ◦ green 197 ◦ blue 41

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

Shades of Barberry #CFC529

Tints of Barberry #CFC529

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.27%

 BLUE value IS 41 (16.41% from 255) = 9.21%

R = 46.52%
G = 44.27%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFC529 (or 0xCFC529) is known color: Barberry. HEX triplet: CF, C5 and 29. RGB value is (207,197,41). Sum of RGB (Red+Green+Blue) = 207+197+41=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC529 is #303AD6. Grayscale: #B6B6B6. Windows color (decimal): -3160791 or 2737615. OLE color: 2737615.

HSL color Cylindrical-coordinate representation of color #CFC529: hue angle of 56.39º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFC529 is Cyan = 0, Magento = 0.05, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 197 41 -
CMYK 0 0.05 0.80 0.19
HSL 56.39º 0.67% 0.49% -
HSV(B) 56.39º 0.8% 0.81% -
XYZ 46.1 53.36 9.97 -
YUV 182.21 48.31 145.68 -
System Red Green Blue C M Y K H S L
Decimal 207 197 41 0 0.05 0.80 0.19 56.39 0.67 0.49
Hex CF C5 29 0 5 50 13 38 43 31
Octal 317 305 51 0 5 120 23 70 103 61
Binary 11001111 11000101 101001 0 101 1010000 10011 111000 1000011 110001

Color Harmonies of #CFC529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC529

Black with #CFC529

Text Example


Text Example

White with #CFC529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC529; }

 p { color: rgb(207,197,41); }

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

background-color css

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

 a { background-color: rgb(207,197,41); }

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

border-color css

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

 span { border-color: rgb(207,197,41); }

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