Html Css Color HEX #CCB618 Bird Flower

📋 copy color: '#CCB618'

red 204 ◦ green 182 ◦ blue 24

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

Shades of Bird Flower #CCB618

Tints of Bird Flower #CCB618

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.39%

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

R = 49.76%
G = 44.39%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCB618 (or 0xCCB618) is known color: Bird Flower. HEX triplet: CC, B6 and 18. RGB value is (204,182,24). Sum of RGB (Red+Green+Blue) = 204+182+24=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 182 (71.48% from 255 or 44.39% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCB618 is #3349E7. Grayscale: #ABABAB. Windows color (decimal): -3361256 or 1619660. OLE color: 1619660.

HSL color Cylindrical-coordinate representation of color #CCB618: hue angle of 52.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 #CCB618 is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 24 -
CMYK 0 0.11 0.88 0.2
HSL 52.67º 0.79% 0.45% -
HSV(B) 52.67º 0.88% 0.8% -
XYZ 41.79 46.36 7.61 -
YUV 170.57 45.29 151.85 -
System Red Green Blue C M Y K H S L
Decimal 204 182 24 0 0.11 0.88 0.2 52.67 0.79 0.45
Hex CC B6 18 0 B 58 14 35 4F 2D
Octal 314 266 30 0 13 130 24 65 117 55
Binary 11001100 10110110 11000 0 1011 1011000 10100 110101 1001111 101101

Color Harmonies of #CCB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB618

Black with #CCB618

Text Example


Text Example

White with #CCB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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