Html Css Color HEX #CCB318 Bird Flower

📋 copy color: '#CCB318'

red 204 ◦ green 179 ◦ blue 24

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

Shades of Bird Flower #CCB318

Tints of Bird Flower #CCB318

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.98%

 BLUE value IS 24 (9.77% from 255) = 5.9%

R = 50.12%
G = 43.98%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB318 (or 0xCCB318) is known color: Bird Flower. HEX triplet: CC, B3 and 18. RGB value is (204,179,24). Sum of RGB (Red+Green+Blue) = 204+179+24=407 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.12% from 407); Green value is 179 (70.31% from 255 or 43.98% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB318 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB318 is #334CE7. Grayscale: #A9A9A9. Windows color (decimal): -3362024 or 1618892. OLE color: 1618892.

HSL color Cylindrical-coordinate representation of color #CCB318: hue angle of 51.67º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCB318 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 179 24 -
CMYK 0 0.12 0.88 0.2
HSL 51.67º 0.79% 0.45% -
HSV(B) 51.67º 0.88% 0.8% -
XYZ 41.19 45.14 7.41 -
YUV 168.81 46.28 153.1 -
System Red Green Blue C M Y K H S L
Decimal 204 179 24 0 0.12 0.88 0.2 51.67 0.79 0.45
Hex CC B3 18 0 C 58 14 34 4F 2D
Octal 314 263 30 0 14 130 24 64 117 55
Binary 11001100 10110011 11000 0 1100 1011000 10100 110100 1001111 101101

Color Harmonies of #CCB318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB318

Black with #CCB318

Text Example


Text Example

White with #CCB318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB318; }

 p { color: rgb(204,179,24); }

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

background-color css

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

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

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

border-color css

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

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

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