Html Css Color HEX #CCBD18 Bird Flower

📋 copy color: '#CCBD18'

red 204 ◦ green 189 ◦ blue 24

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

Shades of Bird Flower #CCBD18

Tints of Bird Flower #CCBD18

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.32%

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

R = 48.92%
G = 45.32%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.2

RGB Variations

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

Color information

#CCBD18 (or 0xCCBD18) is known color: Bird Flower. HEX triplet: CC, BD and 18. RGB value is (204,189,24). Sum of RGB (Red+Green+Blue) = 204+189+24=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD18 is #3342E7. Grayscale: #AFAFAF. Windows color (decimal): -3359464 or 1621452. OLE color: 1621452.

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

Color convert

RGB 204 189 24 -
CMYK 0 0.07 0.88 0.2
HSL 55º 0.79% 0.45% -
HSV(B) 55º 0.88% 0.8% -
XYZ 43.26 49.3 8.1 -
YUV 174.68 42.97 148.92 -
System Red Green Blue C M Y K H S L
Decimal 204 189 24 0 0.07 0.88 0.2 55 0.79 0.45
Hex CC BD 18 0 7 58 14 37 4F 2D
Octal 314 275 30 0 7 130 24 67 117 55
Binary 11001100 10111101 11000 0 111 1011000 10100 110111 1001111 101101

Color Harmonies of #CCBD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD18

Black with #CCBD18

Text Example


Text Example

White with #CCBD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD18; }

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

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

background-color css

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

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

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

border-color css

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

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

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