Html Css Color HEX #CCB712 Bird Flower

📋 copy color: '#CCB712'

red 204 ◦ green 183 ◦ blue 18

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

Shades of Bird Flower #CCB712

Tints of Bird Flower #CCB712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.44%

R = 50.37%
G = 45.19%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB712 (or 0xCCB712) is known color: Bird Flower. HEX triplet: CC, B7 and 12. RGB value is (204,183,18). Sum of RGB (Red+Green+Blue) = 204+183+18=405 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.37% from 405); Green value is 183 (71.88% from 255 or 45.19% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB712 is #3348ED. Grayscale: #ABABAB. Windows color (decimal): -3361006 or 1226700. OLE color: 1226700.

HSL color Cylindrical-coordinate representation of color #CCB712: hue angle of 53.23º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCB712 is Cyan = 0, Magento = 0.10, Yellow = 0.91 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 18 -
CMYK 0 0.10 0.91 0.2
HSL 53.23º 0.84% 0.44% -
HSV(B) 53.23º 0.91% 0.8% -
XYZ 41.94 46.75 7.38 -
YUV 170.47 41.96 151.92 -
System Red Green Blue C M Y K H S L
Decimal 204 183 18 0 0.10 0.91 0.2 53.23 0.84 0.44
Hex CC B7 12 0 A 5B 14 35 54 2C
Octal 314 267 22 0 12 133 24 65 124 54
Binary 11001100 10110111 10010 0 1010 1011011 10100 110101 1010100 101100

Color Harmonies of #CCB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB712

Black with #CCB712

Text Example


Text Example

White with #CCB712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB712; }

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

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

background-color css

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

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

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

border-color css

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

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

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