Html Css Color HEX #CCC71E Barberry

📋 copy color: '#CCC71E'

red 204 ◦ green 199 ◦ blue 30

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

Shades of Barberry #CCC71E

Tints of Barberry #CCC71E

RGB

 RED value IS 204 (80.08% from 255) = 47.11%

 GREEN value IS 199 (78.13% from 255) = 45.96%

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

R = 47.11%
G = 45.96%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCC71E (or 0xCCC71E) is known color: Barberry. HEX triplet: CC, C7 and 1E. RGB value is (204,199,30). Sum of RGB (Red+Green+Blue) = 204+199+30=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 30 (12.11% from 255 or 6.93% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71E is #3338E1. Grayscale: #B5B5B5. Windows color (decimal): -3356898 or 2017228. OLE color: 2017228.

HSL color Cylindrical-coordinate representation of color #CCC71E: hue angle of 58.28º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCC71E is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 199 30 -
CMYK 0 0.02 0.85 0.2
HSL 58.28º 0.74% 0.46% -
HSV(B) 58.28º 0.85% 0.8% -
XYZ 45.56 53.78 9.21 -
YUV 181.23 42.66 144.24 -
System Red Green Blue C M Y K H S L
Decimal 204 199 30 0 0.02 0.85 0.2 58.28 0.74 0.46
Hex CC C7 1E 0 2 55 14 3A 4A 2E
Octal 314 307 36 0 2 125 24 72 112 56
Binary 11001100 11000111 11110 0 10 1010101 10100 111010 1001010 101110

Color Harmonies of #CCC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC71E

Black with #CCC71E

Text Example


Text Example

White with #CCC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC71E; }

 p { color: rgb(204,199,30); }

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

background-color css

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

 a { background-color: rgb(204,199,30); }

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

border-color css

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

 span { border-color: rgb(204,199,30); }

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