Html Css Color HEX #CCC71D Barberry

📋 copy color: '#CCC71D'

red 204 ◦ green 199 ◦ blue 29

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

Shades of Barberry #CCC71D

Tints of Barberry #CCC71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.71%

R = 47.22%
G = 46.06%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCC71D (or 0xCCC71D) is known color: Barberry. HEX triplet: CC, C7 and 1D. RGB value is (204,199,29). Sum of RGB (Red+Green+Blue) = 204+199+29=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 29 (11.72% from 255 or 6.71% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC71D is #3338E2. Grayscale: #B5B5B5. Windows color (decimal): -3356899 or 1951692. OLE color: 1951692.

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

Color convert

RGB 204 199 29 -
CMYK 0 0.02 0.86 0.2
HSL 58.29º 0.75% 0.46% -
HSV(B) 58.29º 0.86% 0.8% -
XYZ 45.55 53.77 9.14 -
YUV 181.12 42.16 144.32 -
System Red Green Blue C M Y K H S L
Decimal 204 199 29 0 0.02 0.86 0.2 58.29 0.75 0.46
Hex CC C7 1D 0 2 56 14 3A 4B 2E
Octal 314 307 35 0 2 126 24 72 113 56
Binary 11001100 11000111 11101 0 10 1010110 10100 111010 1001011 101110

Color Harmonies of #CCC71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC71D

Black with #CCC71D

Text Example


Text Example

White with #CCC71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC71D; }

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

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

background-color css

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

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

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

border-color css

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

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

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