Html Css Color HEX #CCC00D Bird Flower

📋 copy color: '#CCC00D'

red 204 ◦ green 192 ◦ blue 13

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

Shades of Bird Flower #CCC00D

Tints of Bird Flower #CCC00D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.94%

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

R = 49.88%
G = 46.94%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC00D (or 0xCCC00D) is known color: Bird Flower. HEX triplet: CC, C0 and 0D. RGB value is (204,192,13). Sum of RGB (Red+Green+Blue) = 204+192+13=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC00D is #333FF2. Grayscale: #AFAFAF. Windows color (decimal): -3358707 or 901324. OLE color: 901324.

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

Color convert

RGB 204 192 13 -
CMYK 0 0.06 0.94 0.2
HSL 56.23º 0.88% 0.43% -
HSV(B) 56.23º 0.94% 0.8% -
XYZ 43.82 50.57 7.83 -
YUV 175.18 36.48 148.55 -
System Red Green Blue C M Y K H S L
Decimal 204 192 13 0 0.06 0.94 0.2 56.23 0.88 0.43
Hex CC C0 D 0 6 5E 14 38 58 2B
Octal 314 300 15 0 6 136 24 70 130 53
Binary 11001100 11000000 1101 0 110 1011110 10100 111000 1011000 101011

Color Harmonies of #CCC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC00D

Black with #CCC00D

Text Example


Text Example

White with #CCC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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