Html Css Color HEX #CCC71B Barberry

📋 copy color: '#CCC71B'

red 204 ◦ green 199 ◦ blue 27

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

Shades of Barberry #CCC71B

Tints of Barberry #CCC71B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.28%

R = 47.44%
G = 46.28%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCC71B (or 0xCCC71B) is known color: Barberry. HEX triplet: CC, C7 and 1B. RGB value is (204,199,27). Sum of RGB (Red+Green+Blue) = 204+199+27=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 27 (10.94% from 255 or 6.28% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71B is #3338E4. Grayscale: #B5B5B5. Windows color (decimal): -3356901 or 1820620. OLE color: 1820620.

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

Color convert

RGB 204 199 27 -
CMYK 0 0.02 0.87 0.2
HSL 58.31º 0.77% 0.45% -
HSV(B) 58.31º 0.87% 0.8% -
XYZ 45.52 53.76 9.01 -
YUV 180.89 41.16 144.49 -
System Red Green Blue C M Y K H S L
Decimal 204 199 27 0 0.02 0.87 0.2 58.31 0.77 0.45
Hex CC C7 1B 0 2 57 14 3A 4D 2D
Octal 314 307 33 0 2 127 24 72 115 55
Binary 11001100 11000111 11011 0 10 1010111 10100 111010 1001101 101101

Color Harmonies of #CCC71B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC71B

Black with #CCC71B

Text Example


Text Example

White with #CCC71B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC71B; }

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

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

background-color css

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

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

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

border-color css

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

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

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