Html Css Color HEX #CCB412 Bird Flower

📋 copy color: '#CCB412'

red 204 ◦ green 180 ◦ blue 18

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

Shades of Bird Flower #CCB412

Tints of Bird Flower #CCB412

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.78%

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

R = 50.75%
G = 44.78%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#CCB412 (or 0xCCB412) is known color: Bird Flower. HEX triplet: CC, B4 and 12. RGB value is (204,180,18). Sum of RGB (Red+Green+Blue) = 204+180+18=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 180 (70.70% from 255 or 44.78% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB412 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB412 is #334BED. Grayscale: #A9A9A9. Windows color (decimal): -3361774 or 1225932. OLE color: 1225932.

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

Color convert

RGB 204 180 18 -
CMYK 0 0.12 0.91 0.2
HSL 52.26º 0.84% 0.44% -
HSV(B) 52.26º 0.91% 0.8% -
XYZ 41.33 45.52 7.18 -
YUV 168.71 42.95 153.17 -
System Red Green Blue C M Y K H S L
Decimal 204 180 18 0 0.12 0.91 0.2 52.26 0.84 0.44
Hex CC B4 12 0 C 5B 14 34 54 2C
Octal 314 264 22 0 14 133 24 64 124 54
Binary 11001100 10110100 10010 0 1100 1011011 10100 110100 1010100 101100

Color Harmonies of #CCB412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB412

Black with #CCB412

Text Example


Text Example

White with #CCB412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB412; }

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

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

background-color css

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

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

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

border-color css

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

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

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