Html Css Color HEX #CCC30D Bird Flower

📋 copy color: '#CCC30D'

red 204 ◦ green 195 ◦ blue 13

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

Shades of Bird Flower #CCC30D

Tints of Bird Flower #CCC30D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.33%

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

R = 49.51%
G = 47.33%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC30D (or 0xCCC30D) is known color: Bird Flower. HEX triplet: CC, C3 and 0D. RGB value is (204,195,13). Sum of RGB (Red+Green+Blue) = 204+195+13=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC30D is #333CF2. Grayscale: #B1B1B1. Windows color (decimal): -3357939 or 902092. OLE color: 902092.

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

Color convert

RGB 204 195 13 -
CMYK 0 0.04 0.94 0.2
HSL 57.17º 0.88% 0.43% -
HSV(B) 57.17º 0.94% 0.8% -
XYZ 44.49 51.9 8.05 -
YUV 176.94 35.48 147.3 -
System Red Green Blue C M Y K H S L
Decimal 204 195 13 0 0.04 0.94 0.2 57.17 0.88 0.43
Hex CC C3 D 0 4 5E 14 39 58 2B
Octal 314 303 15 0 4 136 24 71 130 53
Binary 11001100 11000011 1101 0 100 1011110 10100 111001 1011000 101011

Color Harmonies of #CCC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC30D

Black with #CCC30D

Text Example


Text Example

White with #CCC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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