Html Css Color HEX #CCB20D Bird Flower

📋 copy color: '#CCB20D'

red 204 ◦ green 178 ◦ blue 13

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

Shades of Bird Flower #CCB20D

Tints of Bird Flower #CCB20D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 51.65%
G = 45.06%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB20D (or 0xCCB20D) is known color: Bird Flower. HEX triplet: CC, B2 and 0D. RGB value is (204,178,13). Sum of RGB (Red+Green+Blue) = 204+178+13=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB20D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB20D is #334DF2. Grayscale: #A7A7A7. Windows color (decimal): -3362291 or 897740. OLE color: 897740.

HSL color Cylindrical-coordinate representation of color #CCB20D: hue angle of 51.83º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CCB20D is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 13 -
CMYK 0 0.13 0.94 0.2
HSL 51.83º 0.88% 0.43% -
HSV(B) 51.83º 0.94% 0.8% -
XYZ 40.89 44.71 6.85 -
YUV 166.96 41.11 154.42 -
System Red Green Blue C M Y K H S L
Decimal 204 178 13 0 0.13 0.94 0.2 51.83 0.88 0.43
Hex CC B2 D 0 D 5E 14 34 58 2B
Octal 314 262 15 0 15 136 24 64 130 53
Binary 11001100 10110010 1101 0 1101 1011110 10100 110100 1011000 101011

Color Harmonies of #CCB20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB20D

Black with #CCB20D

Text Example


Text Example

White with #CCB20D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB20D; }

 p { color: rgb(204,178,13); }

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

background-color css

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

 a { background-color: rgb(204,178,13); }

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

border-color css

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

 span { border-color: rgb(204,178,13); }

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