Html Css Color HEX #CFC325 Barberry

📋 copy color: '#CFC325'

red 207 ◦ green 195 ◦ blue 37

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

Shades of Barberry #CFC325

Tints of Barberry #CFC325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.42%

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

R = 47.15%
G = 44.42%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#CFC325 (or 0xCFC325) is known color: Barberry. HEX triplet: CF, C3 and 25. RGB value is (207,195,37). Sum of RGB (Red+Green+Blue) = 207+195+37=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 37 (14.84% from 255 or 8.43% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC325 is #303CDA. Grayscale: #B5B5B5. Windows color (decimal): -3161307 or 2474959. OLE color: 2474959.

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

Color convert

RGB 207 195 37 -
CMYK 0 0.06 0.82 0.19
HSL 55.76º 0.7% 0.48% -
HSV(B) 55.76º 0.82% 0.81% -
XYZ 45.58 52.43 9.47 -
YUV 180.58 46.98 146.85 -
System Red Green Blue C M Y K H S L
Decimal 207 195 37 0 0.06 0.82 0.19 55.76 0.7 0.48
Hex CF C3 25 0 6 52 13 38 46 30
Octal 317 303 45 0 6 122 23 70 106 60
Binary 11001111 11000011 100101 0 110 1010010 10011 111000 1000110 110000

Color Harmonies of #CFC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC325

Black with #CFC325

Text Example


Text Example

White with #CFC325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC325; }

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

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

background-color css

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

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

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

border-color css

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

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

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