Html Css Color HEX #CCC72D Barberry

📋 copy color: '#CCC72D'

red 204 ◦ green 199 ◦ blue 45

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

Shades of Barberry #CCC72D

Tints of Barberry #CCC72D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.04%

R = 45.54%
G = 44.42%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC72D (or 0xCCC72D) is known color: Barberry. HEX triplet: CC, C7 and 2D. RGB value is (204,199,45). Sum of RGB (Red+Green+Blue) = 204+199+45=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 45 (17.97% from 255 or 10.04% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC72D is #3338D2. Grayscale: #B7B7B7. Windows color (decimal): -3356883 or 3000268. OLE color: 3000268.

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

Color convert

RGB 204 199 45 -
CMYK 0 0.02 0.78 0.2
HSL 58.11º 0.64% 0.49% -
HSV(B) 58.11º 0.78% 0.8% -
XYZ 45.8 53.87 10.47 -
YUV 182.94 50.16 143.02 -
System Red Green Blue C M Y K H S L
Decimal 204 199 45 0 0.02 0.78 0.2 58.11 0.64 0.49
Hex CC C7 2D 0 2 4E 14 3A 40 31
Octal 314 307 55 0 2 116 24 72 100 61
Binary 11001100 11000111 101101 0 10 1001110 10100 111010 1000000 110001

Color Harmonies of #CCC72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC72D

Black with #CCC72D

Text Example


Text Example

White with #CCC72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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