Html Css Color HEX #CCC70D Bird Flower

📋 copy color: '#CCC70D'

red 204 ◦ green 199 ◦ blue 13

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

Shades of Bird Flower #CCC70D

Tints of Bird Flower #CCC70D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

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

R = 49.04%
G = 47.84%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCC70D (or 0xCCC70D) is known color: Bird Flower. HEX triplet: CC, C7 and 0D. RGB value is (204,199,13). Sum of RGB (Red+Green+Blue) = 204+199+13=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCC70D is #3338F2. Grayscale: #B4B4B4. Windows color (decimal): -3356915 or 903116. OLE color: 903116.

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

Color convert

RGB 204 199 13 -
CMYK 0 0.02 0.94 0.2
HSL 58.43º 0.88% 0.43% -
HSV(B) 58.43º 0.94% 0.8% -
XYZ 45.4 53.71 8.36 -
YUV 179.29 34.16 145.62 -
System Red Green Blue C M Y K H S L
Decimal 204 199 13 0 0.02 0.94 0.2 58.43 0.88 0.43
Hex CC C7 D 0 2 5E 14 3A 58 2B
Octal 314 307 15 0 2 136 24 72 130 53
Binary 11001100 11000111 1101 0 10 1011110 10100 111010 1011000 101011

Color Harmonies of #CCC70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC70D

Black with #CCC70D

Text Example


Text Example

White with #CCC70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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