Html Css Color HEX #CFC31E Barberry

📋 copy color: '#CFC31E'

red 207 ◦ green 195 ◦ blue 30

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

Shades of Barberry #CFC31E

Tints of Barberry #CFC31E

RGB

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

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

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

R = 47.92%
G = 45.14%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#CFC31E (or 0xCFC31E) is known color: Barberry. HEX triplet: CF, C3 and 1E. RGB value is (207,195,30). Sum of RGB (Red+Green+Blue) = 207+195+30=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFC31E is #303CE1. Grayscale: #B4B4B4. Windows color (decimal): -3161314 or 2016207. OLE color: 2016207.

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

Color convert

RGB 207 195 30 -
CMYK 0 0.06 0.86 0.19
HSL 55.93º 0.75% 0.46% -
HSV(B) 55.93º 0.86% 0.81% -
XYZ 45.48 52.39 8.94 -
YUV 179.78 43.48 147.42 -
System Red Green Blue C M Y K H S L
Decimal 207 195 30 0 0.06 0.86 0.19 55.93 0.75 0.46
Hex CF C3 1E 0 6 56 13 38 4B 2E
Octal 317 303 36 0 6 126 23 70 113 56
Binary 11001111 11000011 11110 0 110 1010110 10011 111000 1001011 101110

Color Harmonies of #CFC31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC31E

Black with #CFC31E

Text Example


Text Example

White with #CFC31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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