Html Css Color HEX #CCBD0F Bird Flower

📋 copy color: '#CCBD0F'

red 204 ◦ green 189 ◦ blue 15

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

Shades of Bird Flower #CCBD0F

Tints of Bird Flower #CCBD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 50%
G = 46.32%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CCBD0F (or 0xCCBD0F) is known color: Bird Flower. HEX triplet: CC, BD and 0F. RGB value is (204,189,15). Sum of RGB (Red+Green+Blue) = 204+189+15=408 (54% of max value = 765). Red value is 204 (80.08% from 255 or 50% from 408); Green value is 189 (74.22% from 255 or 46.32% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD0F is #3342F0. Grayscale: #AEAEAE. Windows color (decimal): -3359473 or 1031628. OLE color: 1031628.

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

Color convert

RGB 204 189 15 -
CMYK 0 0.07 0.93 0.2
HSL 55.24º 0.86% 0.43% -
HSV(B) 55.24º 0.93% 0.8% -
XYZ 43.19 49.27 7.69 -
YUV 173.65 38.47 149.65 -
System Red Green Blue C M Y K H S L
Decimal 204 189 15 0 0.07 0.93 0.2 55.24 0.86 0.43
Hex CC BD F 0 7 5D 14 37 56 2B
Octal 314 275 17 0 7 135 24 67 126 53
Binary 11001100 10111101 1111 0 111 1011101 10100 110111 1010110 101011

Color Harmonies of #CCBD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD0F

Black with #CCBD0F

Text Example


Text Example

White with #CCBD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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