Html Css Color HEX #CCB70D Bird Flower

📋 copy color: '#CCB70D'

red 204 ◦ green 183 ◦ blue 13

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

Shades of Bird Flower #CCB70D

Tints of Bird Flower #CCB70D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.75%

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

R = 51%
G = 45.75%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CCB70D (or 0xCCB70D) is known color: Bird Flower. HEX triplet: CC, B7 and 0D. RGB value is (204,183,13). Sum of RGB (Red+Green+Blue) = 204+183+13=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 13 (5.47% from 255 or 3.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB70D is #3348F2. Grayscale: #AAAAAA. Windows color (decimal): -3361011 or 899020. OLE color: 899020.

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

Color convert

RGB 204 183 13 -
CMYK 0 0.10 0.94 0.2
HSL 53.4º 0.88% 0.43% -
HSV(B) 53.4º 0.94% 0.8% -
XYZ 41.91 46.73 7.19 -
YUV 169.9 39.46 152.32 -
System Red Green Blue C M Y K H S L
Decimal 204 183 13 0 0.10 0.94 0.2 53.4 0.88 0.43
Hex CC B7 D 0 A 5E 14 35 58 2B
Octal 314 267 15 0 12 136 24 65 130 53
Binary 11001100 10110111 1101 0 1010 1011110 10100 110101 1011000 101011

Color Harmonies of #CCB70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB70D

Black with #CCB70D

Text Example


Text Example

White with #CCB70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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