Html Css Color HEX #CCCC0D Bird Flower

📋 copy color: '#CCCC0D'

red 204 ◦ green 204 ◦ blue 13

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

Shades of Bird Flower #CCCC0D

Tints of Bird Flower #CCCC0D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.46%

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

R = 48.46%
G = 48.46%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCCC0D (or 0xCCCC0D) is known color: Bird Flower. HEX triplet: CC, CC and 0D. RGB value is (204,204,13). Sum of RGB (Red+Green+Blue) = 204+204+13=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 204 - color contains mainly: red, green. Hex color #CCCC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCCC0D is #3333F2. Grayscale: #B6B6B6. Windows color (decimal): -3355635 or 904396. OLE color: 904396.

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

Color convert

RGB 204 204 13 -
CMYK 0 0 0.94 0.2
HSL 60º 0.88% 0.43% -
HSV(B) 60º 0.94% 0.8% -
XYZ 46.57 56.05 8.75 -
YUV 182.23 32.5 143.53 -
System Red Green Blue C M Y K H S L
Decimal 204 204 13 0 0 0.94 0.2 60 0.88 0.43
Hex CC CC D 0 0 5E 14 3C 58 2B
Octal 314 314 15 0 0 136 24 74 130 53
Binary 11001100 11001100 1101 0 0 1011110 10100 111100 1011000 101011

Color Harmonies of #CCCC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCC0D

Black with #CCCC0D

Text Example


Text Example

White with #CCCC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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