Html Css Color HEX #CCBA1D Bird Flower

📋 copy color: '#CCBA1D'

red 204 ◦ green 186 ◦ blue 29

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

Shades of Bird Flower #CCBA1D

Tints of Bird Flower #CCBA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.39%

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 48.69%
G = 44.39%
B = 6.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCBA1D (or 0xCCBA1D) is known color: Bird Flower. HEX triplet: CC, BA and 1D. RGB value is (204,186,29). Sum of RGB (Red+Green+Blue) = 204+186+29=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBA1D is #3345E2. Grayscale: #AEAEAE. Windows color (decimal): -3360227 or 1948364. OLE color: 1948364.

HSL color Cylindrical-coordinate representation of color #CCBA1D: hue angle of 53.83º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCBA1D is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 29 -
CMYK 0 0.09 0.86 0.2
HSL 53.83º 0.75% 0.46% -
HSV(B) 53.83º 0.86% 0.8% -
XYZ 42.68 48.04 8.19 -
YUV 173.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 204 186 29 0 0.09 0.86 0.2 53.83 0.75 0.46
Hex CC BA 1D 0 9 56 14 36 4B 2E
Octal 314 272 35 0 11 126 24 66 113 56
Binary 11001100 10111010 11101 0 1001 1010110 10100 110110 1001011 101110

Color Harmonies of #CCBA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA1D

Black with #CCBA1D

Text Example


Text Example

White with #CCBA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA1D; }

 p { color: rgb(204,186,29); }

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

background-color css

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

 a { background-color: rgb(204,186,29); }

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

border-color css

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

 span { border-color: rgb(204,186,29); }

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