Html Css Color HEX #CCC12D Barberry

📋 copy color: '#CCC12D'

red 204 ◦ green 193 ◦ blue 45

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

Shades of Barberry #CCC12D

Tints of Barberry #CCC12D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.67%

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

R = 46.15%
G = 43.67%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CCC12D (or 0xCCC12D) is known color: Barberry. HEX triplet: CC, C1 and 2D. RGB value is (204,193,45). Sum of RGB (Red+Green+Blue) = 204+193+45=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC12D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCC12D is #333ED2. Grayscale: #B4B4B4. Windows color (decimal): -3358419 or 2998732. OLE color: 2998732.

HSL color Cylindrical-coordinate representation of color #CCC12D: hue angle of 55.85º 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 #CCC12D is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 193 45 -
CMYK 0 0.05 0.78 0.2
HSL 55.85º 0.64% 0.49% -
HSV(B) 55.85º 0.78% 0.8% -
XYZ 44.45 51.17 10.02 -
YUV 179.42 52.14 145.53 -
System Red Green Blue C M Y K H S L
Decimal 204 193 45 0 0.05 0.78 0.2 55.85 0.64 0.49
Hex CC C1 2D 0 5 4E 14 38 40 31
Octal 314 301 55 0 5 116 24 70 100 61
Binary 11001100 11000001 101101 0 101 1001110 10100 111000 1000000 110001

Color Harmonies of #CCC12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC12D

Black with #CCC12D

Text Example


Text Example

White with #CCC12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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