Html Css Color HEX #CCBF1D Bird Flower

📋 copy color: '#CCBF1D'

red 204 ◦ green 191 ◦ blue 29

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

Shades of Bird Flower #CCBF1D

Tints of Bird Flower #CCBF1D

RGB

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

 GREEN value IS 191 (75% from 255) = 45.05%

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

R = 48.11%
G = 45.05%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCBF1D (or 0xCCBF1D) is known color: Bird Flower. HEX triplet: CC, BF and 1D. RGB value is (204,191,29). Sum of RGB (Red+Green+Blue) = 204+191+29=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 191 (75% from 255 or 45.05% from 424); Blue value is 29 (11.72% from 255 or 6.84% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBF1D is #3340E2. Grayscale: #B1B1B1. Windows color (decimal): -3358947 or 1949644. OLE color: 1949644.

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

Color convert

RGB 204 191 29 -
CMYK 0 0.06 0.86 0.2
HSL 55.54º 0.75% 0.46% -
HSV(B) 55.54º 0.86% 0.8% -
XYZ 43.75 50.19 8.54 -
YUV 176.42 44.81 147.67 -
System Red Green Blue C M Y K H S L
Decimal 204 191 29 0 0.06 0.86 0.2 55.54 0.75 0.46
Hex CC BF 1D 0 6 56 14 38 4B 2E
Octal 314 277 35 0 6 126 24 70 113 56
Binary 11001100 10111111 11101 0 110 1010110 10100 111000 1001011 101110

Color Harmonies of #CCBF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF1D

Black with #CCBF1D

Text Example


Text Example

White with #CCBF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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