Html Css Color HEX #CFC120 Barberry

📋 copy color: '#CFC120'

red 207 ◦ green 193 ◦ blue 32

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

Shades of Barberry #CFC120

Tints of Barberry #CFC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.68%

 BLUE value IS 32 (12.89% from 255) = 7.41%

R = 47.92%
G = 44.68%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFC120 (or 0xCFC120) is known color: Barberry. HEX triplet: CF, C1 and 20. RGB value is (207,193,32). Sum of RGB (Red+Green+Blue) = 207+193+32=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 32 (12.89% from 255 or 7.41% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC120 is #303EDF. Grayscale: #B3B3B3. Windows color (decimal): -3161824 or 2146767. OLE color: 2146767.

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

Color convert

RGB 207 193 32 -
CMYK 0 0.07 0.85 0.19
HSL 55.2º 0.73% 0.47% -
HSV(B) 55.2º 0.85% 0.81% -
XYZ 45.06 51.51 8.93 -
YUV 178.83 45.14 148.09 -
System Red Green Blue C M Y K H S L
Decimal 207 193 32 0 0.07 0.85 0.19 55.2 0.73 0.47
Hex CF C1 20 0 7 55 13 37 49 2F
Octal 317 301 40 0 7 125 23 67 111 57
Binary 11001111 11000001 100000 0 111 1010101 10011 110111 1001001 101111

Color Harmonies of #CFC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC120

Black with #CFC120

Text Example


Text Example

White with #CFC120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC120; }

 p { color: rgb(207,193,32); }

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

background-color css

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

 a { background-color: rgb(207,193,32); }

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

border-color css

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

 span { border-color: rgb(207,193,32); }

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