Html Css Color HEX #CFC01E Barberry

📋 copy color: '#CFC01E'

red 207 ◦ green 192 ◦ blue 30

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

Shades of Barberry #CFC01E

Tints of Barberry #CFC01E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 44.76%

 BLUE value IS 30 (12.11% from 255) = 6.99%

R = 48.25%
G = 44.76%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFC01E (or 0xCFC01E) is known color: Barberry. HEX triplet: CF, C0 and 1E. RGB value is (207,192,30). Sum of RGB (Red+Green+Blue) = 207+192+30=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC01E is #303FE1. Grayscale: #B2B2B2. Windows color (decimal): -3162082 or 2015439. OLE color: 2015439.

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

Color convert

RGB 207 192 30 -
CMYK 0 0.07 0.86 0.19
HSL 54.92º 0.75% 0.46% -
HSV(B) 54.92º 0.86% 0.81% -
XYZ 44.82 51.06 8.72 -
YUV 178.02 44.47 148.67 -
System Red Green Blue C M Y K H S L
Decimal 207 192 30 0 0.07 0.86 0.19 54.92 0.75 0.46
Hex CF C0 1E 0 7 56 13 37 4B 2E
Octal 317 300 36 0 7 126 23 67 113 56
Binary 11001111 11000000 11110 0 111 1010110 10011 110111 1001011 101110

Color Harmonies of #CFC01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC01E

Black with #CFC01E

Text Example


Text Example

White with #CFC01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC01E; }

 p { color: rgb(207,192,30); }

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

background-color css

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

 a { background-color: rgb(207,192,30); }

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

border-color css

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

 span { border-color: rgb(207,192,30); }

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