Html Css Color HEX #CFB525 Sunflower

📋 copy color: '#CFB525'

red 207 ◦ green 181 ◦ blue 37

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

Shades of Sunflower #CFB525

Tints of Sunflower #CFB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 37 (14.84% from 255) = 8.71%

R = 48.71%
G = 42.59%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFB525 (or 0xCFB525) is known color: Sunflower. HEX triplet: CF, B5 and 25. RGB value is (207,181,37). Sum of RGB (Red+Green+Blue) = 207+181+37=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFB525 is #304ADA. Grayscale: #ACACAC. Windows color (decimal): -3164891 or 2471375. OLE color: 2471375.

HSL color Cylindrical-coordinate representation of color #CFB525: hue angle of 50.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFB525 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 181 37 -
CMYK 0 0.13 0.82 0.19
HSL 50.82º 0.7% 0.48% -
HSV(B) 50.82º 0.82% 0.81% -
XYZ 42.59 46.45 8.47 -
YUV 172.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 207 181 37 0 0.13 0.82 0.19 50.82 0.7 0.48
Hex CF B5 25 0 D 52 13 33 46 30
Octal 317 265 45 0 15 122 23 63 106 60
Binary 11001111 10110101 100101 0 1101 1010010 10011 110011 1000110 110000

Color Harmonies of #CFB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB525

Black with #CFB525

Text Example


Text Example

White with #CFB525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB525; }

 p { color: rgb(207,181,37); }

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

background-color css

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

 a { background-color: rgb(207,181,37); }

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

border-color css

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

 span { border-color: rgb(207,181,37); }

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